type go.pact.im/x/crypt.crypterArgon2

3 uses

	go.pact.im/x/crypt (current package)
		argon2.go#L18: type crypterArgon2 struct {
		argon2.go#L23: func (c *crypterArgon2) parsedCrypt(k string, h phcformat.Hash) (string, error) {
		builtin.go#L13: 	defaultArgon2        = crypterArgon2{rand.Reader}